-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix useActionData
/useLoaderData
usage
#4684
docs: fix useActionData
/useLoaderData
usage
#4684
Conversation
|
295f396
to
6642dd2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on! Docs updates can be tedious and we really appreciate it 🙏
It's looking quite good! Just left a couple comments mostly about updating highlighted lines in code examples.
6642dd2
to
e9d3ecd
Compare
Thanks for the thorough review @pcattori! 🙏 Fixed all the remarks & some minor other things as well, so should be good to be merged now. |
Hi @MichaelDeBoey, this PR causes issues (or leaves them unfixed?) at least with
I can make a PR to fix it, but not actually sure if it's supposed to work that way (I'm a Remix noob) edit: Or that the issue is that the values are returned with |
See https://github.com/remix-run/remix/releases/tag/[email protected]
Closes #4110
Closes #4115
Closes #4609
Just like I did in remix-run/examples#82, remix-run/examples#83, remix-run/examples#84 & remix-run/examples#85